home *** CD-ROM | disk | FTP | other *** search
- #version 2
- #language english
- ;
- ;msgm: Messages
- msgm_NoMsg (//)
- No Messages
- msgm_Welcome (//)
- Welcome to picFX!
- msgm_WriteVsLock (//)
- Can't write bitmap, instance's locked.
- msgm_WriteVsFreeze (//)
- Can't write bitmap, instance's frozen.
- msgm_AttrVsLock (//)
- Can't set attribute, instance's locked.
- msgm_RemVsFreeze (//)
- Can't remove frozen project.
- msgm_WarnNoSupport (//)
- Warning, using functions in unsupported mode
- msgm_WarnEPi (//)
- Warning, e and pi are 3 in int32 mode :-)
- ; %s will be replaced by the invalid expression.
- msgm_NoParse (//)
- Could not parse expression %s.
- msgm_NoFunc (//)
- Could not find function "%s".
- msgm_NoChar (//)
- Could not find char "\s".
- msgm_Failure (//)
- Error while parsing expression...
- msgm_Done (//)
- Calculation done.
- msgm_Abort (//)
- User Aborted.
- msgm_NoLoad (//)
- Picture could not be loaded!
- msgm_EmptyFile (//)
- Empty file!
- msgm_BadFile (//)
- Bad function file!
- msgm_UnknownVar (//)
- Unknown Variable "%s"
- msgm_NoAlloc (//)
- Sorry, could not allocate all projects
- msgm_NoID (//)
- There is no project #%ld!
- msgm_NoCgx (//)
- Warning, not a cgx high screen!
- msgm_CgxOk (//)
- High colour screen available.
- msgm_AgaSorry1 (//)
- Warning, AGA is not supported!
- msgm_AgaSorry2 (//)
- Quit or change screenmode NOW!
- msgm_useDriver (//)
- Using %s as graphics system.
- msgm_NoDraw (//)
- Drawing disabled
- msgm_DrawOk (//)
- Drawing enabled :-)
- ;%ld will be replaced by the number of project being removed.
- msgm_Removing (//)
- Removing #%ld
- msgm_UnknownMode (//)
- Unknown screen mode type
- ;(two below: actually not a message in message-window, but a message anyway)
- msgm_WarnPart (//)
- Warning: Partial area selected.
- msgm_NoPart (//)
- No partial area selected.
- msgm_Nof64 (//)
- Sorry, float64 isn't implemented.
- ;
- ;
- ;msgs: (State area)
- msgs_Idle (//)
- Idle
- msgs_Drawing (//)
- Drawing
- msgs_Loading (//)
- Loading
- msgs_Paused (//)
- Paused
- msgs_Frozen (//)
- Frozen
- ;
- ;msgr: Buttons and titles in requesters
- msgr_Loadf_T (//)
- Load function ?
- msgr_Loadf_Ok (//)
- Load
- msgr_Savef_T (//)
- Save function ?
- msgr_Savef_Ok (//)
- Save
- msgr_NoAslReq (//)
- Couldn't create Asl requester!
- ;
- ;msgl: Labels, main window
- msgl_Title (//)
- Settings Window
- msgl_type_Image (//)
- Image
- msgl_type_Function (//)
- Function
- msgl_lm_Scale (//)
- Scale
- msgl_lm_CutTile (//)
- Cut or Tile
- msgl_lm_Change (//)
- Change Size
- msgl_Hidden (//)
- Hidden
- msgl_Shown (//)
- Shown
- msgl_OpenedProjects (//)
- Opened Projects
- ;This "\e8" is to have the text in white. Please let it when you translate!
- msgl_New (//)
- \e8NEW
- ;Note the ":"
- msgl_Path (//)
- Path:
- msgl_Size (//)
- Size
- msgl_PicSize (//)
- Picture Size\n
- ;note the ":"
- msgl_Output (//)
- Output:
- msgl_Int32 (//)
- 32Bits Integer
- msgl_Float32 (//)
- 32Bits Float
- msgl_Float64 (//)
- 64Bits Float
- msgl_OldR (//)
- Old red
- msgl_OldG (//)
- Old green
- msgl_OldB (//)
- Old blue
- msgl_CopyR (//)
- Copy red
- msgl_CopyG (//)
- Copy green
- msgl_Prefs (//)
- Prefs
- msgl_Width (//)
- Width
- msgl_Height (//)
- Height
- msgl_Render (//)
- Render
- msgl_Pause (//)
- Pause
- msgl_Restart (//)
- Restart
- msgl_SavePic (//)
- Save Pic
- msgl_SaveFunc (//)
- Save Func
- msgl_LoadFunc (//)
- Load Func
- msgl_Abort (//)
- Abort
- msgl_Close (//)
- Close
- msgl_Iconify (//)
- Iconify
- msgl_Clear (//)
- Clear
- ;msgp: Prefs window's gadgets
- msgp_Priority (//)
- Priorities
- msgp_MainTask (//)
- Main task
- msgp_RenderTask (//)
- Render task
- msgp_CurrentTask (//)
- Current task
- msgp_RenderUpd (//)
- Render update delay
- msgp_GaugeUpd (//)
- Gauge Update
- msgp_guNone (//)
- None
- msgp_Pixel (//)
- Pixel
- ;plural... :-)
- msgp_Pixels (//)
- Pixels
- msgp_Close (//)
- Close:
- msgp_MuiPrefs (//)
- MUI prefs
- ;
- ;msg: Errors and some that doesn't fit in any other place :-)
- ;default project name
- msg_Unnamed (//)
- Unnamed
- msg_Description (//)
- Creates picture with math functions
- msg_Nolib (//)
- Failed to open %s.\n
- msg_NoApp (//)
- Failed to create application object!
-